Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
4.0.0 (2024-03-01)
⚠ BREAKING CHANGES
chart: major update of dependencies on thanos chart
The breaking change on the Thanos chart is the activation of the NetworkPolicies by default and now the configuration is per component instead of globally.
See official information here.
On my tests, I found out that the official NetworkPolicies were blocking the access through Traefik. Since the work of activating the NetworkPolicies on the DevOps Stack modules is already on the horizon, I decided to deactivate them and keep the current behaviour of the module for the time being.
remove specific var and use the ServiceMonitor boolean
The variable
enable_monitoring_dashboard
introduced on the last release was removed, because on the other modules we've decided to simply deploy the dashboards automatically as long as theserviceMonitor
for the metrics is activated. So we've reverted this addition to keep the behavior of the modules consistent.Features
Bug Fixes
This PR was generated with Release Please. See documentation.